<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*轮显*/

/* ====== Slideshow &amp; Scrollable ====== */

.carousel-direction a { 

	display:block; width:30px; height:60px; line-height:60px; overflow:hidden; position:absolute; top:50%; z-index:100; margin-top:-30px; 

	font-family:simsun; text-align:center; color:#fff; font-size:30px; text-decoration:none; cursor:pointer; background-color:#ad7669;

	-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;

}

.carousel-direction a:hover { background-color:#5a342b; color:#fff; text-decoration:none; }

.carousel-direction a.disabled, .carousel-direction a.disabled:hover { background-color:#e5e5e5; color:#ccc; cursor:default; }

.carousel-prev { left:0; }

.carousel-next { right:0; }

.carousel-btn { text-align:center; margin:5px 0; line-height:normal; }

.carousel-btn a { display:inline-block; vertical-align:bottom; width:18px; height:18px; margin:0 4px; background:url(../images/dian.png) no-repeat; background-size:100% auto;  border-radius:50%;transition:all 0.3s;}

.carousel-btn .selected { background:url(../images/dian_on.png) no-repeat; cursor:default;background-size:100% auto;}

.carousel-btn a span { display:none;}

.carousel-btn-fixed { width:100%; position:absolute; bottom:27px; left:0; margin:0; z-index:8;  }

.carousel-num { position:absolute; bottom:7px; right:10px; z-index:100; }

.carousel-num a { display:inline-block; *display:inline; *zoom:1; width:22px; height:22px; line-height:22px; margin:0 0 0 5px; text-align:center; background:#fff; font-size:12px; color:#2d2d2d; }

.carousel-num a:hover { text-decoration:none; }

.carousel-num a.selected { background:#5a342b; color:#fff; cursor:default; }

.carousel-thumbs { text-align:center; } 

.carousel-thumbs a { border:2px solid #ccc; margin:0 3px; display:inline-block; *display:inline; *zoom:1; }

.carousel-thumbs a img { display:block; }

.carousel-thumbs a:hover, .carousel-thumbs a.selected { border-color:#f60; }

.carousel { position:relative; }

.carousel-item { position:relative; float:left; display:block; }

.carousel-item .carousel-img { display:block; background-repeat:no-repeat; background-position:center center; background-size:cover;}

.carousel-item .carousel-img a[href="javascript:;"] { cursor:default; }

.carousel-item .carousel-img img { display:block;opacity:0;filter:Alpha(opacity=0); }

.carousel-info { position:absolute; bottom:0; left:0; width:100%; background:url(../images/opa70.png); }

.carousel-info-inner { font-size:13px; padding:8px 10px; color:#fff; }

.carousel-info-inner a, .carousel-info-inner a:hover { color:#fff; }

.carousel-info-inner h3 { font-size:15px; line-height:20px; color:#fff; }

.carousel-info-inner p {margin-top:5px; } 

.responsive-carousel { overflow:hidden; }

.responsive-carousel .carousel-item img { width:100%; height:auto !important; }

.responsive-carousel .carousel-direction { display:none; }

.responsive-carousel:hover .carousel-direction { display:block; }

.responsive-carousel-set .carousel-info-inner h3 { font-weight:normal; }

.slideshow { overflow:hidden; height:640px!important; } 

.slideshow .carousel-direction a { width:55px; height:55px; line-height:55px;}

.slideshow .carousel-direction a:hover { }

.slideshow .carousel-prev {  position:absolute; top:50%;margin-top:-33px;cursor:pointer;left:60px;/* background:url(../images/i_left.png) left center no-repeat;*/ width:40px; height:67px; }
.slideshow .carousel-prev:Hover{/*background-image:url(../images/i_left_on.png);*/opacity:0.8;filter:Alpha(opacity=80);}
.slideshow .carousel-next { position:absolute; top:50%; margin-top:-33px;cursor:pointer;right:60px;/*background:url(../images/i_right.png) right center no-repeat;*/ width:40px; height:67px; }
.slideshow .carousel-next:Hover{/*background-image:url(../images/i_right_on.png);*/opacity:0.8;filter:Alpha(opacity=80);}
.slideshow .carousel-page{opacity:0;filter:Alpha(opacity=0);transition:all 0.3s;}
.slideshow:hover .carousel-page{ opacity:1.0;filter:Alpha(opacity=100);}
.slideshow-gallery { margin-bottom:20px; }

.slideshow-gallery .carousel-img a { display:block; text-align:center; width:100%; }

.slideshow-gallery .carousel-img img { display:inline; }

.slideshow-gallery .carousel-info-inner h3 { font-size:14px; line-height:18px; }

.slideshow-gallery .carousel-direction a { display:none !important; }

.slideshow-gallery:hover .carousel-direction a { display:block !important; }

.slideshow-gallery:hover .carousel-direction a { display:block; }

.slideshow-gallery-thumbs { position:relative; padding:0 30px; }

.slideshow-gallery-thumbs img { float:left; display:block; margin:0 2px; border:1px solid #ccc; cursor:pointer; width:104px; }

.slideshow-gallery-thumbs img:hover, .slideshow-gallery-thumbs img.selected { border:1px solid #f00; }

.slideshow-gallery-thumbs-direction { padding:0 50px; }

.slideshow-gallery-thumbs-direction a { 

	display:block; width:20px; height:76px; line-height:76px; overflow:hidden; position:absolute; top:50%; z-index:100; margin-top:-38px; 

	font-family:simsun; text-align:center; color:#fff; font-size:25px; text-decoration:none; cursor:pointer; background-color:#ccc; 

}

.slideshow-gallery-thumbs-direction a:hover { background-color:#999; color:#fff; text-decoration:none; }

.slideshow-gallery-thumbs-direction .thumbs-carousel-prev { left:0; }

.slideshow-gallery-thumbs-direction .thumbs-carousel-next { right:0; }

.slideshow-gallery-thumbs-direction .disabled, .slideshow-gallery-thumbs-direction .disabled:hover { background-color:#dcf2ff; color:#ccc; cursor:default; }
</pre></body></html>